projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a3208
)
* lisp/net/tramp.el (tramp-accept-process-output): Use `with-local-quit'.
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 31 Mar 2023 07:45:23 +0000
(09:45 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 31 Mar 2023 07:45:23 +0000
(09:45 +0200)
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index defdb2bd5463a128857cabdcca0b2f7dddb296c4..b1bd93410bc51a9b69296f85d7dba1a22950b9ac 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-5815,7
+5815,7
@@
If the user quits via `C-g', it is propagated up to `tramp-file-name-handler'."
(v (process-get proc 'tramp-vector)))
(dolist (p (delq proc (process-list)))
(when (tramp-file-name-equal-p v (process-get p 'tramp-vector))
- (
accept-process-output p 0 nil t
))))
+ (
with-local-quit (accept-process-output p 0 nil t)
))))
(with-current-buffer (process-buffer proc)
(let ((inhibit-read-only t)